home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / libraries / auto_load < prev    next >
Encoding:
Text File  |  1993-10-26  |  957 b   |  19 lines  |  [TEXT/$Tcl]

  1.  
  2.           auto_load ?command?
  3.           Attempt to  load  the  specified  command  from  a  loadable
  4.           library.   loading the package containing the procedure.  If
  5.           the package indexes have not been  loaded  for  all  package
  6.           libraries  in  auto_path,  they will be loaded.  Out-of-date
  7.           library indexes will be rebuilt if they are  writable.   The
  8.           procedure  returns  1 if the command was sucessfully loaded,
  9.           or 0 if it was not.
  10.  
  11.           Duplicated package names are skipped, the first package of a
  12.           given  name  found  in the path is loaded.  If the auto_path
  13.           has changed since the last load, indexes  will  be  reloaded
  14.           (duplicate packages will not be redefined).
  15.  
  16.           If command is not specified, the indexes will be loaded,  if
  17.           they have not alreay been loaded or if the auto_pathfR vari-
  18.           able has changed, but no command will be loaded.
  19.